Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2012 10:01:19 +0000 (12:01 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2012 10:01:19 +0000 (12:01 +0200)
commitac0c7ccacc5583ccf4a1e1c3dbcb7daf53d7e385
treeeb9c8947dcebbce2a458a66df99e147ea0e3a3da
parent10d066876871c9816ad041c1687775a7577bfbbe
Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.

 lib-src/make-docfile.c (scan_lisp_file): Barf if called with a .el file
 other than one of a small list of supported un-compiled files.
 lib-src/makefile.w32-in (lisp1, lisp2): Name .elc files wherever they
 exist.

 lisp/loadup.el: Update comment about uncompiled Lisp files.
lib-src/ChangeLog
lib-src/make-docfile.c
lib-src/makefile.w32-in
lisp/ChangeLog
lisp/loadup.el